home *** CD-ROM | disk | FTP | other *** search
/ Power DOS 1996 July / Power DOS - July 1996.iso / sound / c_labs / devinfo / mpu401.exe / SBCUTILS.INC < prev   
Text File  |  1996-04-18  |  1KB  |  41 lines

  1. ; --------------------------------------------------------------------------
  2. ; THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  3. ; KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  4. ; IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  5. ; PURPOSE.
  6. ;
  7. ; You have a royalty-free right to use, modify, reproduce and
  8. ; distribute the Sample Files (and/or any modified version) in
  9. ; any way you find useful, provided that you agree that
  10. ; Creative has no warranty obligations or liability for any Sample Files.
  11. ;----------------------------------------------------------------------------
  12.  
  13.  
  14. ;----------------------------------------------------------------------------
  15. ; Program:    Sound Blaster Utilities
  16. ; Filename: SBCUTILS.INC
  17. ; Author:     Scott E. Sindorf
  18. ; Language: Borland TASM
  19. ; Date:         30 Jun 93
  20. ;
  21. ; Copyright (c) 1993-1996 Creative Labs, Inc.
  22. ;----------------------------------------------------------------------------
  23.  
  24. BLASTREC STRUC                                                     ; BLASTER environment record
  25.     baseAddr         dw      0
  26.     DSPint             db      0
  27.     DMA8                 db      0
  28.     model              db      0
  29.     DMA16              db      0
  30.     midiPort         dw      0
  31. BLASTREC ENDS
  32.  
  33. EXTRN C blastInfo:BLASTREC
  34.  
  35. ;------------------------
  36. ; FUNCTION DECLARATIONS
  37. ;------------------------
  38.  
  39. EXTRN C GetBlastInfo:PROC
  40. EXTRN C DSPReset:PROC
  41.